﻿@charset "utf-8";
/* CSS Document */
body{ 
	min-width: 1200px; 
	color: #333;
}

/* 整体容器 */
.wrap{ 
	width: 100%; 
}
/* 顶部 */ 
.header{
	width: 1200px;
	margin: auto;
	height: 100px;
	line-height: 100px;
	position: relative;
	z-index: 100;
}
.header .logo{
	float: left;
	margin-right: 32px;
}
.header .nav{
	float: left;
}
.header .nav > ul{
	margin-top: 32px;
}
.header .nav > ul > li{
	float: left;
	height: 38px;
	line-height: 38px;
	position: relative;
}

.header .nav ul li .on{
	color: #fff;
	background: #034da2;
}
.header .nav ul li em{
	position: absolute;
	left: 50%;
	top: 36px;
	display: block;
	width: 28px;
	height: 3px;
	background: #034da2;
	margin-left: -14px;
	display: none;
}
.header .nav ul .on{
	display: block;
}

.header .nav > ul > li > a{
	display: block;
	padding: 0 13px;
	font-size: 16px;
}
.header .nav > ul > li:hover .nav-sub{
	display: block;
}
.header .nav > ul > li:hover .main{
	color: #fff;
	background: #034da2;
}

.nav-sub{
	width: 240px;
	position: absolute;
	left: 0;
	top:38px;
	background: #f5f5f5;
	display: none;

}
.nav-sub ul{
	overflow: hidden;

}
.nav-sub ul li{
	line-height: 30px;
	font-size: 14px;

}
.nav-sub ul li a{
	display: block;
	color: #666;
	text-indent: 30px;
}
.nav-sub ul li a:hover{
	color: #fff;
	background: #034da2;
}


/* 底部 */
.footer{
	background: #454545;
	height: 100px;
} 
.footer .footer-main{
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 90;
}
.footer .footer-main .logo{
	position: absolute;
	right:-73px; 
	top: 13px;
}
.footer .footer-main .footer-links{
	line-height: 34px;
	color: #bfbfbf;
	padding-top: 20px;
	position: relative;
}
.up{
	position: relative;
	font-size: 14px;
	cursor: pointer;
	padding: 3px 0;
}
.up:hover{
	text-decoration: underline;
}
.link-box{
	position: absolute;
	left:-118px; 
	bottom: 25px;
	width: 185px;
	border: 1px solid #e9e9e9;
	background: #fff;
	display: none;
}
.link-box ul{
	overflow: hidden;
}
.link-box ul li{
	height:26px;
	line-height: 26px; 
}
.ie7 .link-box ul li{
	height:25px;
	line-height: 25px; 
}
.footer .footer-main .footer-links .link-box a{
	display: block;
	color: #666666;
	padding-left: 19px;
	margin-right: 0;
}
.footer .footer-main .footer-links .link-box a:hover{
	background: #e9e9e9;
	text-decoration: none;
}
.footer .footer-main .footer-links img{
	cursor: pointer;
	margin-left: 3px;
}
.footer .footer-main .footer-links a{
	margin-right: 5px;
	font-size: 14px;
	color: #bfbfbf;
}
.footer .footer-main .footer-links a:hover{
	text-decoration: underline;
}

/**** 底部-版权技术支持 ****/
.foot-copy{
	float:left;
	margin-right:8px;
	font-size:14px;
	line-height:26px;
	color:#bfbfbf;
}
.foot-copy a{
	color:#bfbfbf;;
}
.foot-copy a:hover{
	text-decoration: underline;
}
.foot-copy span{
	font-family:Arial, Helvetica, sans-serif;
	margin-right:8px;
}
.foot-copy i{
	font-style: normal;
	color: #bfbfbf;
}

.footer-sub{ 
	overflow: hidden;
 }

.foot-support {
	width: 240px;
	float: right;
	font-size:14px;
	line-height:26px;
	color:#bfbfbf;
}
.foot-support a{
	color:#bfbfbf;
}
.foot-support .title{
	float:left;
}
.foot-jszc {
	float: left;
	width: auto;
}
.foot-jszc li {
	width: 170px;
	text-align: left;
	height: 26px;
}
.foot-jszc li a:hover{
	text-decoration: underline;
}